Communication: 中文
Code & Work: English(代码、变量、函数、文件名、commit message、文档内容)
DO NOT use any emoji in response or documents.
| <# | |
| DEBLOAT SCRIPT FOR TECNO PHONES | |
| NOTES/REMINDERS | |
| - Check the "POSSIBLY USEFUL FOR YOU" section before proceeding. Comment out any packages you need. | |
| - I have tested all these removals on my Tecno Pova (last Nov 2023). Should have the same bloat on other Tecno models too. | |
| - Note that some apps will auto install after system update. Just run script again. | |
| - Grabbed the other package names from Universal Android Debloater here on Github (I created this script because UAD was lacking | |
| a lot of packages) |
| SELECT | |
| *, | |
| pg_size_pretty(table_bytes) AS table, | |
| pg_size_pretty(index_bytes) AS index, | |
| pg_size_pretty(total_bytes) AS total | |
| FROM ( | |
| SELECT | |
| *, total_bytes - index_bytes - COALESCE(toast_bytes, 0) AS table_bytes | |
| FROM ( | |
| SELECT |
| Function Start-WindowsCleanup | |
| { | |
| <# | |
| .SYNOPSIS | |
| `Start-WindowsCleanup` cleans-up a system clutter and reclaims disk space. | |
| .DESCRIPTION | |
| The `Start-WindowsCleanup` cmdlet performs the following clean-up tasks to reclaim disk space: | |
| Clears the contents of common directories of the Windows file system for both the current running user and the global system that are used to store temporary, logging, backup, cache and dump files. |
multilib repository by editing /etc/pacman.conf$ pacman -Syu wine
$ pacman -S --asdeps lib32-mpg123 lib32-gnutls {lib32-,}gst-plugins-base-libs \
lib32-alsa-plugins lib32-libpulse lib32-openal
$ yay -S lib32-unixodbc # or your favourite AUR helperWINEARCHCompiled from awesome-lists (restyler/awesome-sandbox, webcoyote/awesome-AI-sandbox, bureado/awesome-agent-runtime-security) and a survey of vendor blogs / field guides published through 2026. Grouped by isolation primitive and then by deployment model.
These rely on kernel/userland features to constrain a normal host process. Lowest overhead, weakest boundary.
sandbox-exec — Apple's TrustedBSD-based MAC framework. Used directly by Codex CLI, Gemini CLI, and underneath Anthropic's srt.| <?php | |
| declare(strict_types=1); | |
| class BaseConverter | |
| { | |
| /** | |
| * The character set used for base conversion. | |
| * Includes digits 0-9 and lowercase and uppercase letters A-Z. | |
| * The minimum base is 2 and the maximum base is 62. |
A searchable collection of messages returned by Blizzard's public partial-capture endpoint, including the original binary strings, ASCII decodings, and all 30 sampled response bodies.
Following the discoveries shared by u/RaiausderDose and u/beyond1sgrasp in this r/starcraft discussion. This collection independently retrieves the endpoint data; it does not claim the original discovery.